home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / UCONFIG < prev    next >
Text File  |  1991-10-05  |  2KB  |  93 lines

  1.  
  2.  
  3. Mawk has been compiled and tested successfully in the following
  4. Unix or Unix like environments.
  5. All were compiled with cc, those marked were
  6. also compiled with gcc.  The script build_mawk recognizes
  7. the systems in the left column of the following table.
  8.  
  9. system                compiler (cc and ...)
  10.  
  11. sun_os40             gcc
  12. sun3_os40_no68881
  13. sun_os41            gcc
  14. sun3_os41_no68881
  15.  
  16. ultrix42_mips
  17. ultrix41_mips            gcc 
  18. ultrix41_vax
  19. ultrix31_vax
  20.  
  21. bsd43_vax            gcc
  22.  
  23. sysV                gcc
  24. sysVsco                gcc
  25. sysV_ieeefp
  26. xenix_r2
  27. stardentVr3
  28.  
  29. apolloSR10.3
  30. dynix
  31.  
  32.  
  33. To make mawk on one of these systems, run
  34.  
  35.     build_mawk [CC=your_cc]   system
  36.  
  37.  
  38. V7:  This port is the work of Carl Mascott.  You'll need to read
  39. his notes and use the .v7 Makefiles
  40.  
  41.  
  42. NOTES:
  43.  
  44.  
  45. sun_os40
  46. sun3_os40_no68881
  47.  
  48.     sun 3/[56]0 running SunOS4.0.3
  49.     sun4/110 , 4/280   OS4.0.3
  50.  
  51. sun_os41
  52.     sparc station 1
  53.  
  54. sun3_os41_no68881
  55.     never really tested, same as sun_os41 except 
  56.     does not set -f68881 flag for cc
  57.  
  58. sysV
  59.     tested on ESIX System 5.3.2 Rev D, using gcc 1.39
  60.  
  61. sysVsco 
  62.     tested on SCO UNIX R3.2.2 , cc and gcc(1.40)
  63.     this is the same as sysV except it caters to SCO's 
  64.     ranlib strangeness
  65.  
  66. sysV_ieeefp
  67.     This should but probably won't work for any sysV with
  68.     IEEE754 floating point.  i386 and i486 fall in this
  69.     category,  but if SCO and ESIX are typical, somebody
  70.     forgot to rewrite libm to handle INF and NAN.
  71.  
  72.     If you try it -- if it doesn't work fpe_test will catch the
  73.     problem and then use sysV.
  74.  
  75.     tested and failed on SCO UNIX R3.2v2.0
  76.     tested and failed on ESIX
  77.     because the
  78.     math library is not up to speed
  79.  
  80.     (Aside: if I had a 387 or 486 and libm didn't support it
  81.      I'd howl long and loud to my vendor.  SunOS and 
  82.      Ultrix (mips) both run on IEEE754 hardware and the
  83.      math libraries support the IEEE754 standard )
  84.  
  85.  
  86. stardentVr3
  87.     tested on stardent 3000.   Mips processors and traps are off
  88.     by default.
  89.     Doesn't have fpsetmask() so don't use sysV_ieeefp.
  90.  
  91. dynix  
  92.     Sequent symmetry
  93.